3.8 Checking the status of the web services
You can use the IsAlive API method on the web service to confirm that the web services are running and reachable. For example, you may want to check that the web services are running before launching the Self-Service App.
To check the status, call the following method:
https://<server>/MyIDProcessDriver/ProcessDriver.asmx/IsAlive
where:
-
<server> is the server name of your web services server.
This method returns the Boolean value true if the web services are running; for example:
<boolean xmlns="https://www.intercede.com/myid">true</boolean>